Welcome![Sign In][Sign Up]
Location:
Search - socket tcp

Search list

[Internet-NetworkSocket

Description: TCP通信的示例程序 使用异步socket, 包括服务器端和客户端-The example of the TCP Socket Communication
Platform: | Size: 77824 | Author: 常赛 | Hits:

[TCP/IP stackgame24

Description: game 24 with c# is number go to +, -, *, /, sum is 24 have server and client connect by socket TCP. -game 24 with c# is number go to+,-,*, /, sum is 24 have server and client connect by socket TCP.
Platform: | Size: 84992 | Author: pokamon | Hits:

[.netvc3583578356

Description: socket-tcp、udp编程,包括多线程处理-socket
Platform: | Size: 251904 | Author: linchangbo | Hits:

[Windows Developsocket

Description: 编程环境:Vc 6.0 功能 : TCP 下的socket通信 内容 : tcp server & tcp client -Programming environment: Vc 6.0 features: TCP under the socket communication content: tcp server & tcp client
Platform: | Size: 653312 | Author: sean | Hits:

[Internet-Networksocket

Description: tcp udp 网络编程源码 //创建套接字 sHost = socket(AF_INET, SOCK_STREAM, IPPROTO_TCP) if(INVALID_SOCKET == sHost) { printf("socket failed!\n") WSACleanup() //释放套接字资源 return -1 } //设置服务器地址 servAddr.sin_family =AF_INET servAddr.sin_addr.s_addr = inet_addr("127.0.0.1") servAddr.sin_port = htons((short)4999) int nServAddlen = sizeof(servAddr) //连接服务器 retVal=connect(sHost,(LPSOCKADDR)&servAddr, sizeof(servAddr)) if(SOCKET_ERROR == retVal) { printf("connect failed!\n") closesocket(sHost) //关闭套接字 WSACleanup() //释放套接字资源 return -1 } //向服务器发送数据 ZeroMemory(buf, BUF_SZIE) strcpy(buf, "MyTCP") retVal = send(sHost, buf, strlen(buf), 0) if (SOCKET_ERROR == retVal) { printf("send failed!\n") closesocket(sHost) //关闭套接字 WSACleanup() //释放套接字资源 return -1 -tcp udp network programming source code// create a socket sHost = socket (AF_INET, SOCK_STREAM, IPPROTO_TCP) if (INVALID_SOCKET == sHost) (printf ( " socket failed! \ n" ) WSACleanup () // release socket Word of resources return-1 )// set the server address servAddr.sin_family = AF_INET servAddr.sin_addr.s_addr = inet_addr ( " 127.0.0.1" ) servAddr.sin_port = htons ((short) 4999) int nServAddlen = sizeof ( servAddr) // connect to the server retVal = connect (sHost, (LPSOCKADDR) & servAddr, sizeof (servAddr)) if (SOCKET_ERROR == retVal) (printf ( " connect failed! \ n" ) closesocket (sHost) // Close socket WSACleanup () // release the socket resources return-1 )// to the server sending data ZeroMemory (buf, BUF_SZIE) strcpy (buf, " MyTCP" ) retVal = send (sHost, buf, strlen (buf), 0) if (SOCKET_ERROR == retVal) (printf ( " send failed! \ n" ) closesocket (sHost) // close the socket WSACleanup () // release socket resources to return
Platform: | Size: 2048 | Author: 闛靚 | Hits:

[Internet-NetworkNetWork

Description: windows 中网络编程 Socket TCP FTP UDP等概念-windows in the network programming concepts such as Socket TCP FTP UDP
Platform: | Size: 28267520 | Author: yisaka | Hits:

[Com Portlibcommoncpp2_1.7.3.orig.tar

Description: 国外开源组织封装的类,包括串口通讯,SOCKET,TCP通信,功能很强大。-Foreign open-source organization package categories, including serial communication, SOCKET, TCP communication, powerful.
Platform: | Size: 894976 | Author: 梁凯 | Hits:

[Internet-NetworkSocket-network-program

Description: 在介绍TCP协议客户端和服务器端进程通信流程及其实现的基础上,以Del 为环境编程语言,讲述了在Windows环境下利用Socket进行网络编程的方法和特点。-Socket TCP Network program
Platform: | Size: 137216 | Author: 李荣晟 | Hits:

[Internet-Networklinux-socket-c

Description: linux网络编程实例,讲解了一些udp tcp的socket编程,有select的例子-linux network programming examples to explain some of the udp tcp socket programming, there are select examples of
Platform: | Size: 571392 | Author: yzh | Hits:

[Internet-NetworkSocket-tcp-udp

Description: 网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面的聊天程序。-Knowledge of the network, the network procedures for the preparation, Socket is connected applications and the bridge network driver, Socket created in the application, through a relationship with the driver bind. Since then, the application data sent to Socket, the Socket to the driver sent to the network. Received from the network computer with the Socket bound to IP+ Port-related data, by the driver to the Socket, Socket applications can be extracted from the received data. This web application is sending data through the socket and receiving. TCP and UDP and the preparation process works, how to link library file in the program. A character interface chat program.
Platform: | Size: 53248 | Author: huaminggong | Hits:

[Internet-Networkwangluocaiji

Description: linux qt socket网络数据采集器,通过tcp协议接受数据,显示在界面-linux qt socket tcp
Platform: | Size: 448512 | Author: 曾庆国 | Hits:

[TCP/IP stackSOCKET

Description: vb 编写的socket TCP,很好的例子,花费了我好长时间-vb prepared socket TCP, good example, I spent a long time
Platform: | Size: 3072 | Author: he | Hits:

[androidSocket

Description: Android TCP通信源码 Android TCP通信源码-Android TCP traffic source Android TCP traffic source
Platform: | Size: 53248 | Author: zengyang | Hits:

[TCP/IP stackSocket-TCP-ok

Description: Socket TCP protocol for LPC2387 On keil compiler
Platform: | Size: 188416 | Author: pankaj | Hits:

[CommunicationSocket

Description: 测试socket通讯,TCP连接等功能,并完成数据的结果等。-Test socket communication, TCP connection and other functions
Platform: | Size: 3548160 | Author: qujy | Hits:

[TCP/IP stackSOCKET-TCP-UDP-

Description: SOCKET实现异步通信,两个主机通过socket套接字,实现TCP,UDP协议-SOCKET asynchronous communication, the two host through socket socket, TCP, UDP agreement
Platform: | Size: 3050496 | Author: 王纪 | Hits:

[CSharpSocket-TCP-COM

Description: 该源码使用异步Socket方式实现TCP网络通讯,可以通过自己增加相应通信协议类来适应不同通信需求下的数据传输。 1、TcpCSFramework 为异步Socket通信框架 2、TcpClient 为TCP客户端 3、TCPServer 为TCP服务器端 测试使用说明: 1、先启动TcpServer下Bin/Bebug里的TCPServer.exe,启动命令为 start ,当看到 Server is listen... 说明启动成功 2、再启动TcpClient下Bin/Bebug里的TcpClient.exe,连接服务器命令为 conn 服务器IP地址 服务端口号 注意中间用空格隔开 3、从服务器端发送数据到客户端,命令如下 send session {[数据内容]} 4、从客户端发送数据到服务器端,命令如下 send {[数据内容]} 5、退出服务器和客户端命令都为 exit 6、其他命令请参考源码里相关代码-The source Asynchronous Socket TCP network communication, data transmission to adapt to the different communication needs through an increase of the corresponding communication protocol class. 1, TcpCSFramework Asynchronous Socket communication framework 2, TcpClient TCP client 3, TCPServer TCP Server Test Instructions: First start the the where the TCPServer.exe TcpServer under Bin/Bebug start command for the start, when you see that Server is listen ... started successfully 2, and then start the the the TcpClient next Bin/Bebug TcpClient.exe, connect to the server command conn server IP address port number Note separated by a space Send data from the server side to the client, the command follows the send the session {[data content]} 4, to send data from the client to the server, the command follows the send {[data content]} 5, exit the server and the client command for the exit 6 other command to please reference source code
Platform: | Size: 131072 | Author: 王崇洋 | Hits:

[Internet-NetworkSOCKET-TCP

Description: 用于socket的TCP连接,分为客户端和服务器两个部分的代码实现-For socket TCP connection, divided into client and server parts of the code
Platform: | Size: 2418688 | Author: 李彦 | Hits:

[WEB CodeCSharp-Socket-TCP-UDP

Description: Excemple source code for C# Socket TCP UDP
Platform: | Size: 125952 | Author: Almas | Hits:

[Linux-Unixsocket

Description: linux下使用socket进行TCP网络编程(socket programing under linux sysytem)
Platform: | Size: 7168 | Author: Mr汤 | Hits:
« 1 2 34 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net